Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / FindIndex Method / FindIndex(Predicate<Byte>) Method

In This Topic
    FindIndex(Predicate<Byte>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal match As System.Predicate(Of Byte) _
    ) As System.Integer
    public System.int FindIndex( 
       System.Predicate<byte> match
    )

    Parameters

    match
    See Also